home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / ex / panel / scripts / DefineButton2_23 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  213 b   |  10 lines

  1. on(rollOut){
  2.    if(Number(noroll) != 1)
  3.    {
  4.       if(Number(_currentframe) == 2 and Number(eval("../../../codelib:selectbar")) != Number(eval("../:bar")))
  5.       {
  6.          gotoAndStop(1);
  7.       }
  8.    }
  9. }
  10.